type net/http.http2Setting
17 uses
net/http (current package)
h2_bundle.go#L2356: func (f *http2SettingsFrame) Setting(i int) http2Setting {
h2_bundle.go#L2358: return http2Setting{
h2_bundle.go#L2399: func (f *http2SettingsFrame) ForeachSetting(fn func(http2Setting) error) error {
h2_bundle.go#L2414: func (f *http2Framer) WriteSettings(settings ...http2Setting) error {
h2_bundle.go#L3239: f.ForeachSetting(func(s http2Setting) error {
h2_bundle.go#L3519: type http2Setting struct {
h2_bundle.go#L3528: func (s http2Setting) String() string {
h2_bundle.go#L3533: func (s http2Setting) Valid() error {
h2_bundle.go#L4893: settings = append(settings, http2Setting{http2SettingEnableConnectProtocol, 1})
h2_bundle.go#L5743: func (sc *http2serverConn) processSetting(s http2Setting) error {
h2_bundle.go#L8164: initialSettings := []http2Setting{
h2_bundle.go#L8168: initialSettings = append(initialSettings, http2Setting{ID: http2SettingMaxFrameSize, Val: conf.MaxReadFrameSize})
h2_bundle.go#L8170: initialSettings = append(initialSettings, http2Setting{ID: http2SettingMaxHeaderListSize, Val: max})
h2_bundle.go#L8173: initialSettings = append(initialSettings, http2Setting{ID: http2SettingHeaderTableSize, Val: maxHeaderTableSize})
h2_bundle.go#L10141: err := f.ForeachSetting(func(s http2Setting) error {
h2_bundle.go#L10649: type http2writeSettings []http2Setting
h2_bundle.go#L10658: return ctx.Framer().WriteSettings([]http2Setting(s)...)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)